projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
459e97e
)
Add EXFUN for Fget_char_property_and_overlay.
author
Luc Teirlinck
<teirllm@auburn.edu>
Sun, 30 Nov 2003 17:12:40 +0000
(17:12 +0000)
committer
Luc Teirlinck
<teirllm@auburn.edu>
Sun, 30 Nov 2003 17:12:40 +0000
(17:12 +0000)
src/intervals.h
patch
|
blob
|
history
diff --git
a/src/intervals.h
b/src/intervals.h
index 152b673d35380ebb25b35742cc3eafa5e594587f..060731be64e722bed6c501c9f4a919da2bdbc40e 100644
(file)
--- a/
src/intervals.h
+++ b/
src/intervals.h
@@
-328,6
+328,7
@@
extern Lisp_Object Vtext_property_default_nonsticky;
extern Lisp_Object Qfront_sticky, Qrear_nonsticky;
EXFUN (Fget_char_property, 3);
+EXFUN (Fget_char_property_and_overlay, 3);
EXFUN (Fget_text_property, 3);
EXFUN (Ftext_properties_at, 2);
EXFUN (Fnext_property_change, 3);